From: Richard M. Stallman Date: Tue, 3 Jun 1997 03:39:31 +0000 (+0000) Subject: (custom-variable-prompt): Change prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80942 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=64dde95b4774dc33a5f52af8356edfacf7eceaec;p=emacs.git (custom-variable-prompt): Change prompt. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d00c364d8e2..ef5be496fb0 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -367,7 +367,7 @@ Return a list suitable for use in `interactive'." val) (setq val (completing-read (if (symbolp v) - (format "Customize variable: (default %s) " v) + (format "Customize option: (default %s) " v) "Customize variable: ") obarray (lambda (symbol) (and (boundp symbol)